SetInspectedNodeRequest

data class SetInspectedNodeRequest(nodeId: NodeId)

Represents request frame that can be used with DOM#setInspectedNode operation call.

Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).

See also

Constructors

SetInspectedNodeRequest
Link copied to clipboard
fun SetInspectedNodeRequest(nodeId: NodeId)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
DOM node id to be accessible by means of $x command line API.

Sources

jvm source
Link copied to clipboard